C++ Framework for iOS [closed]
        Posted  
        
            by 
                myrkos
            
        on Game Development
        
        See other posts from Game Development
        
            or by myrkos
        
        
        
        Published on 2012-04-14T18:31:11Z
        Indexed on 
            2012/04/14
            23:49 UTC
        
        
        Read the original article
        Hit count: 305
        
I am looking for a simple and easy C++ framework for iOS. Specifically, what I want it to wrap in a C++ API:
- Simple GUI system
- 2D Graphics
- User touch input and accelerometer
- Networking (UDP sockets)
What I'm trying to do is port a multiplayer game to the iOS.
I've seen cocos2d-x, but I don't know how stable it is and I don't think it supports networking.
Oh, and I want it to be free and open source if possible. Android support is a plus but definitely not required.
© Game Development or respective owner